From: Francesco Potortì Date: Mon, 10 Feb 2003 14:28:54 +0000 (+0000) Subject: Code moved to the new script make-changelog-diff, called from here. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28371 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d65201da8e4d11ce6aba2df26a0efffcc46c784c;p=emacs.git Code moved to the new script make-changelog-diff, called from here. --- diff --git a/admin/make-announcement b/admin/make-announcement index 3201a0108e7..9f69889e17b 100755 --- a/admin/make-announcement +++ b/admin/make-announcement @@ -61,19 +61,6 @@ Changes since $OLD EOF -cvs -q diff -b -r $oldtag -r $newtag $(find -name ChangeLog|sort) | - sed -n -e 's/^=\+/======/p' -e 's/^> //p' -e 's/^diff.*//p' \ - -e 's/^RCS file: .cvsroot.emacs.emacs.\(.*\),v/\1/p' | - sed -n -e "/^======$/ { - N - N - h - d - } - H - s/.*// - x - s/^\n// - p" +make-changelog-diff $oldtag $newtag echo " announcement created in $outfile" >&2